home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / tobby_ur.swf / scripts / DefineSprite_26_Win_Miss / frame_65 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  375 b   |  18 lines

  1. _root.tobbyMC.clrMC();
  2. _root.handMC.clrMC();
  3. _root.stickMC.clrMC();
  4. if(this.continueFlg == true)
  5. {
  6.    _root.gScore = 0;
  7.    _root.numMainScoreMC.dispNum(_root.gScore);
  8.    _root.gLastPlayer = 3;
  9.    _root.gotoAndPlay("gameIn");
  10.    this.removeMovieClip();
  11. }
  12. else
  13. {
  14.    _root.mapMC.removeMovieClip();
  15.    _root.gotoAndPlay("gameInit");
  16.    this.removeMovieClip();
  17. }
  18.